home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 February
/
CHIPCD_02_2002.iso
/
Multimedia
/
Buzz 1.2
/
BuzzME126.exe
/
Dev
/
Dsplib
/
rswrap.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-08-26
|
253 b
|
16 lines
if (posint >= end)
{
#ifdef RSCODE_LOOP
posint -= end;
posint += params.LoopBegin;
if (posint >= end)
posint = params.LoopBegin; // FIXME (doesn't work for very small loops)
#else
state.Active = false;
break;
#endif
}